From 90299a66f25e76668caab80ab0c5243101572b8f Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 8 Jun 2017 09:08:01 -0700 Subject: [PATCH] Bump to 0.21.0 We're working on the next version now! --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- src/crates-io/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a664b6941..92382674a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,11 +1,11 @@ [root] name = "cargo" -version = "0.20.0" +version = "0.21.0" dependencies = [ "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "cargotest 0.1.0", - "crates-io 0.9.0", + "crates-io 0.10.0", "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -106,7 +106,7 @@ name = "cargotest" version = "0.1.0" dependencies = [ "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cargo 0.20.0", + "cargo 0.21.0", "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", "git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -139,7 +139,7 @@ dependencies = [ [[package]] name = "crates-io" -version = "0.9.0" +version = "0.10.0" dependencies = [ "curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b4808e1f5..3435b05a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo" -version = "0.20.0" +version = "0.21.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] @@ -17,7 +17,7 @@ name = "cargo" path = "src/cargo/lib.rs" [dependencies] -crates-io = { path = "src/crates-io", version = "0.9" } +crates-io = { path = "src/crates-io", version = "0.10" } crossbeam = "0.2" curl = "0.4.6" docopt = "0.7" diff --git a/src/crates-io/Cargo.toml b/src/crates-io/Cargo.toml index b0daa85f2..37c74b94e 100644 --- a/src/crates-io/Cargo.toml +++ b/src/crates-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crates-io" -version = "0.9.0" +version = "0.10.0" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/cargo" -- 2.30.2